Message Templates
Message Templates, also referred to as Messages, are used to model structured data. As of this, Messages can represent a wide variety of things, from network protocol packets to media files. A Message is made up of one or more Fields, representing different values or areas within the modelled structured data.
Based on the Message Templates, the Engine configures a complex network of algorithms to produce specially crafted payloads for each test case generated during the test run.
You can create Message Templates using:
- The Message Template Designer of the user interface
- The Python API of the SDK
The following sections of the documentation will discuss how to work with Message Templates using the Message Template Designer and the Python API.